projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56bdfe7
)
Fix url-interactive-p type
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 6 Mar 2022 18:02:45 +0000
(19:02 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 6 Mar 2022 18:02:45 +0000
(19:02 +0100)
* lisp/url/url-vars.el (url-interactive-pw): Fix typo in previous
checkin (bug#54275).
lisp/url/url-vars.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-vars.el
b/lisp/url/url-vars.el
index 9e91bf0670e237a773374745d7eb039ac4f07598..07a638f1ccda9adcb751e460358dce4f68762740 100644
(file)
--- a/
lisp/url/url-vars.el
+++ b/
lisp/url/url-vars.el
@@
-427,7
+427,7
@@
This should be set, e.g. by mail user agents rendering HTML to avoid
(defun url-interactive-p ()
"Say whether the current request is from a interactive context."
(not (or url-request-noninteractive
- (bound-and-true-p
'
url-http-noninteractive))))
+ (bound-and-true-p url-http-noninteractive))))
;; Obsolete